[MINIOS] Refactor spinlock header for multi-arch support.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 17 Nov 2006 09:18:28 +0000 (09:18 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 17 Nov 2006 09:18:28 +0000 (09:18 +0000)
commit4fa75a7c3b58f11b028905f6a1d3af3c871b4b7a
treedc131e6798a5409440ff08fae58e2baa205072c6
parent5d3a4a385800111da6ea0b6e607685c0c42a37fa
[MINIOS] Refactor spinlock header for multi-arch support.

I separated the spinlock parts special to the x86 architecture and
moved these to include/x86/arch_spinlock.h. The common code is now in
include/spinlock.h.

Signed-off-by: Dietmar Hahn <dietmar.hahn@fujitsu-siemens.com>
extras/mini-os/include/spinlock.h [new file with mode: 0644]
extras/mini-os/include/x86/arch_spinlock.h [new file with mode: 0644]
extras/mini-os/include/x86/spinlock.h [deleted file]